home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / edt10.lha / Beispiele / SetKey.edt < prev    next >
Text File  |  1995-02-28  |  132b  |  5 lines

  1. /* Beispiel für SetKey */
  2. SetKey ctrl alt "q" 'Quit ALL'
  3. SetKey ctrl "b" 'DelLines 1'
  4. SetKey ctrl "?" 'echo "Weiß ich auch nicht!"'
  5.